projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63acb2e
)
* lisp/emacs-lisp/package.el (package--with-response-buffer): Missing require
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Mon, 16 Nov 2015 13:53:45 +0000
(13:53 +0000)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Mon, 16 Nov 2015 13:53:45 +0000
(13:53 +0000)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index d811db9579fd64b61ceeef158f9442581dc1d606..2aea9d11d1f0c700ae05f0404d27477712573545 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-1161,6
+1161,7
@@
BODY (does not apply to errors signaled by ERROR-FORM).
(let* ((url (concat ,url-1 ,file))
(callback (lambda (status)
(let ((b (current-buffer)))
+ (require 'url-handlers)
(unwind-protect (wrap-errors
(when-let ((er (plist-get status :error)))
(error "Error retrieving: %s %S" url er))